Add GtkStyleProvider, an interface to provide style details.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 4 Mar 2010 20:05:03 +0000 (21:05 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:47 +0000 (15:36 +0100)
commit019fa73308b1e1703b257c20b5d05165e062e2ef
treecca1c0180caec6b6bd6fe5e3f31af2656475d7cd
parentf601abd25fcf8d9910542953dd19dc924cfae581
Add GtkStyleProvider, an interface to provide style details.

The get_style() function isn't final yet, further parameters
should be added to query details based on the widget hierarchy,
name, etc.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkstyleprovider.c [new file with mode: 0644]
gtk/gtkstyleprovider.h [new file with mode: 0644]